home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1508 / bfa95.exe / 0 / RCDATA / TDONEDIALOG / TDONEDIALOG.txt
Text File  |  1997-02-11  |  3KB  |  132 lines

  1. object DoneDialog: TDoneDialog
  2.   Left = 202
  3.   Top = 134
  4.   BorderStyle = bsDialog
  5.   Caption = 'Done'
  6.   ClientHeight = 103
  7.   ClientWidth = 216
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   OnCloseQuery = FormCloseQuery
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Info1: TLabel
  19.     Left = 16
  20.     Top = 14
  21.     Width = 47
  22.     Height = 13
  23.     Caption = 'Files tried:'
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     Transparent = True
  30.   end
  31.   object Info2: TLabel
  32.     Left = 16
  33.     Top = 30
  34.     Width = 120
  35.     Height = 13
  36.     Caption = 'Files handled succesfully:'
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object Info3: TLabel
  45.     Left = 16
  46.     Top = 46
  47.     Width = 30
  48.     Height = 13
  49.     Caption = 'Errors:'
  50.     Font.Color = clBlack
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     Transparent = True
  56.   end
  57.   object InfoTried: TLabel
  58.     Left = 174
  59.     Top = 14
  60.     Width = 27
  61.     Height = 13
  62.     Alignment = taRightJustify
  63.     Caption = '1.111'
  64.     Font.Color = clBlack
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     Transparent = True
  70.   end
  71.   object InfoSuccess: TLabel
  72.     Left = 174
  73.     Top = 30
  74.     Width = 27
  75.     Height = 13
  76.     Alignment = taRightJustify
  77.     Caption = '2.222'
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ParentFont = False
  83.     Transparent = True
  84.   end
  85.   object InfoErrors: TLabel
  86.     Left = 174
  87.     Top = 46
  88.     Width = 27
  89.     Height = 13
  90.     Alignment = taRightJustify
  91.     Caption = '3.333'
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     Transparent = True
  98.   end
  99.   object GoilerRahmen: TBevel
  100.     Left = 8
  101.     Top = 8
  102.     Width = 201
  103.     Height = 57
  104.   end
  105.   object OKButton: TButton
  106.     Left = 16
  107.     Top = 72
  108.     Width = 89
  109.     Height = 21
  110.     Cancel = True
  111.     Caption = '&OK'
  112.     Default = True
  113.     ModalResult = 1
  114.     TabOrder = 0
  115.     OnClick = OKButtonClick
  116.   end
  117.   object SaveMessButton: TButton
  118.     Left = 112
  119.     Top = 72
  120.     Width = 89
  121.     Height = 21
  122.     Caption = '&Save messages'
  123.     TabOrder = 1
  124.     OnClick = SaveMessButtonClick
  125.   end
  126.   object SaveDialog: TSaveDialog
  127.     FileEditStyle = fsEdit
  128.     Left = 152
  129.     Top = 48
  130.   end
  131. end
  132.